lexical scope meaning in Chinese
词法范围
词法作用域
语汇范围
Examples
- Opens a new lexical scope in the current method
在当前方法中打开新的词法范围。 - The local variables within the current lexical scope
当前词法范围内的局部变量。 - Gets the parent lexical scope of the current scope
获取当前范围的父词法范围。 - Gets the end offset of the current lexical scope
获取当前词法范围的结束偏移量。 - The root lexical scope that encloses the entire method
包括整个方法的根词法范围。